CPhidgetDictionary_set_OnKeyChange_Handler

Adds a key listener to an opened dictionary. Note that this should only be called afrter the connection to the dictionary has been made - unlike all other events.

extern (C) __gshared
int function(CPhidgetDictionaryHandle dict, CPhidgetDictionaryListenerHandle* dictlistener, const char* pattern, CPhidgetDictionary_OnKeyChange_Function fptr, void* userPtr) CPhidgetDictionary_set_OnKeyChange_Handler;

Meta